3.6.72 \(\int \frac {(a+b \sec (c+d x))^2 (A+B \sec (c+d x))}{\sqrt {\cos (c+d x)}} \, dx\) [572]

Optimal. Leaf size=172 \[ -\frac {2 \left (10 a A b+5 a^2 B+3 b^2 B\right ) E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{5 d}+\frac {2 \left (3 a^2 A+A b^2+2 a b B\right ) F\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{3 d}+\frac {2 b^2 B \sin (c+d x)}{5 d \cos ^{\frac {5}{2}}(c+d x)}+\frac {2 b (A b+2 a B) \sin (c+d x)}{3 d \cos ^{\frac {3}{2}}(c+d x)}+\frac {2 \left (10 a A b+5 a^2 B+3 b^2 B\right ) \sin (c+d x)}{5 d \sqrt {\cos (c+d x)}} \]

[Out]

-2/5*(10*A*a*b+5*B*a^2+3*B*b^2)*(cos(1/2*d*x+1/2*c)^2)^(1/2)/cos(1/2*d*x+1/2*c)*EllipticE(sin(1/2*d*x+1/2*c),2
^(1/2))/d+2/3*(3*A*a^2+A*b^2+2*B*a*b)*(cos(1/2*d*x+1/2*c)^2)^(1/2)/cos(1/2*d*x+1/2*c)*EllipticF(sin(1/2*d*x+1/
2*c),2^(1/2))/d+2/5*b^2*B*sin(d*x+c)/d/cos(d*x+c)^(5/2)+2/3*b*(A*b+2*B*a)*sin(d*x+c)/d/cos(d*x+c)^(3/2)+2/5*(1
0*A*a*b+5*B*a^2+3*B*b^2)*sin(d*x+c)/d/cos(d*x+c)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.25, antiderivative size = 172, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 7, integrand size = 33, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.212, Rules used = {3033, 3067, 3100, 2827, 2716, 2719, 2720} \begin {gather*} \frac {2 \left (3 a^2 A+2 a b B+A b^2\right ) F\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{3 d}-\frac {2 \left (5 a^2 B+10 a A b+3 b^2 B\right ) E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{5 d}+\frac {2 \left (5 a^2 B+10 a A b+3 b^2 B\right ) \sin (c+d x)}{5 d \sqrt {\cos (c+d x)}}+\frac {2 b (2 a B+A b) \sin (c+d x)}{3 d \cos ^{\frac {3}{2}}(c+d x)}+\frac {2 b^2 B \sin (c+d x)}{5 d \cos ^{\frac {5}{2}}(c+d x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((a + b*Sec[c + d*x])^2*(A + B*Sec[c + d*x]))/Sqrt[Cos[c + d*x]],x]

[Out]

(-2*(10*a*A*b + 5*a^2*B + 3*b^2*B)*EllipticE[(c + d*x)/2, 2])/(5*d) + (2*(3*a^2*A + A*b^2 + 2*a*b*B)*EllipticF
[(c + d*x)/2, 2])/(3*d) + (2*b^2*B*Sin[c + d*x])/(5*d*Cos[c + d*x]^(5/2)) + (2*b*(A*b + 2*a*B)*Sin[c + d*x])/(
3*d*Cos[c + d*x]^(3/2)) + (2*(10*a*A*b + 5*a^2*B + 3*b^2*B)*Sin[c + d*x])/(5*d*Sqrt[Cos[c + d*x]])

Rule 2716

Int[((b_.)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[Cos[c + d*x]*((b*Sin[c + d*x])^(n + 1)/(b*d*(n + 1
))), x] + Dist[(n + 2)/(b^2*(n + 1)), Int[(b*Sin[c + d*x])^(n + 2), x], x] /; FreeQ[{b, c, d}, x] && LtQ[n, -1
] && IntegerQ[2*n]

Rule 2719

Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticE[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ[{
c, d}, x]

Rule 2720

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ
[{c, d}, x]

Rule 2827

Int[((b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x_)]), x_Symbol] :> Dist[c, Int[(b*S
in[e + f*x])^m, x], x] + Dist[d/b, Int[(b*Sin[e + f*x])^(m + 1), x], x] /; FreeQ[{b, c, d, e, f, m}, x]

Rule 3033

Int[((a_.) + csc[(e_.) + (f_.)*(x_)]*(b_.))^(m_.)*(csc[(e_.) + (f_.)*(x_)]*(d_.) + (c_))^(n_.)*((g_.)*sin[(e_.
) + (f_.)*(x_)])^(p_.), x_Symbol] :> Dist[g^(m + n), Int[(g*Sin[e + f*x])^(p - m - n)*(b + a*Sin[e + f*x])^m*(
d + c*Sin[e + f*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, g, p}, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[p] && I
ntegerQ[m] && IntegerQ[n]

Rule 3067

Int[((a_.) + (b_.)*sin[(e_.) + (f_.)*(x_)])^2*((A_.) + (B_.)*sin[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*sin[(e_.)
 + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(B*c - A*d)*(b*c - a*d)^2*Cos[e + f*x]*((c + d*Sin[e + f*x])^(n + 1)/(
f*d^2*(n + 1)*(c^2 - d^2))), x] - Dist[1/(d^2*(n + 1)*(c^2 - d^2)), Int[(c + d*Sin[e + f*x])^(n + 1)*Simp[d*(n
 + 1)*(B*(b*c - a*d)^2 - A*d*(a^2*c + b^2*c - 2*a*b*d)) - ((B*c - A*d)*(a^2*d^2*(n + 2) + b^2*(c^2 + d^2*(n +
1))) + 2*a*b*d*(A*c*d*(n + 2) - B*(c^2 + d^2*(n + 1))))*Sin[e + f*x] - b^2*B*d*(n + 1)*(c^2 - d^2)*Sin[e + f*x
]^2, x], x], x] /; FreeQ[{a, b, c, d, e, f, A, B}, x] && NeQ[b*c - a*d, 0] && NeQ[a^2 - b^2, 0] && NeQ[c^2 - d
^2, 0] && LtQ[n, -1]

Rule 3100

Int[((a_.) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((A_.) + (B_.)*sin[(e_.) + (f_.)*(x_)] + (C_.)*sin[(e_.) + (f
_.)*(x_)]^2), x_Symbol] :> Simp[(-(A*b^2 - a*b*B + a^2*C))*Cos[e + f*x]*((a + b*Sin[e + f*x])^(m + 1)/(b*f*(m
+ 1)*(a^2 - b^2))), x] + Dist[1/(b*(m + 1)*(a^2 - b^2)), Int[(a + b*Sin[e + f*x])^(m + 1)*Simp[b*(a*A - b*B +
a*C)*(m + 1) - (A*b^2 - a*b*B + a^2*C + b*(A*b - a*B + b*C)*(m + 1))*Sin[e + f*x], x], x], x] /; FreeQ[{a, b,
e, f, A, B, C}, x] && LtQ[m, -1] && NeQ[a^2 - b^2, 0]

Rubi steps

\begin {align*} \int \frac {(a+b \sec (c+d x))^2 (A+B \sec (c+d x))}{\sqrt {\cos (c+d x)}} \, dx &=\int \frac {(b+a \cos (c+d x))^2 (B+A \cos (c+d x))}{\cos ^{\frac {7}{2}}(c+d x)} \, dx\\ &=\frac {2 b^2 B \sin (c+d x)}{5 d \cos ^{\frac {5}{2}}(c+d x)}-\frac {2}{5} \int \frac {-\frac {5}{2} b (A b+2 a B)-\frac {1}{2} \left (10 a A b+5 a^2 B+3 b^2 B\right ) \cos (c+d x)-\frac {5}{2} a^2 A \cos ^2(c+d x)}{\cos ^{\frac {5}{2}}(c+d x)} \, dx\\ &=\frac {2 b^2 B \sin (c+d x)}{5 d \cos ^{\frac {5}{2}}(c+d x)}+\frac {2 b (A b+2 a B) \sin (c+d x)}{3 d \cos ^{\frac {3}{2}}(c+d x)}-\frac {4}{15} \int \frac {-\frac {3}{4} \left (10 a A b+5 a^2 B+3 b^2 B\right )-\frac {5}{4} \left (3 a^2 A+A b^2+2 a b B\right ) \cos (c+d x)}{\cos ^{\frac {3}{2}}(c+d x)} \, dx\\ &=\frac {2 b^2 B \sin (c+d x)}{5 d \cos ^{\frac {5}{2}}(c+d x)}+\frac {2 b (A b+2 a B) \sin (c+d x)}{3 d \cos ^{\frac {3}{2}}(c+d x)}-\frac {1}{3} \left (-3 a^2 A-A b^2-2 a b B\right ) \int \frac {1}{\sqrt {\cos (c+d x)}} \, dx-\frac {1}{5} \left (-10 a A b-5 a^2 B-3 b^2 B\right ) \int \frac {1}{\cos ^{\frac {3}{2}}(c+d x)} \, dx\\ &=\frac {2 \left (3 a^2 A+A b^2+2 a b B\right ) F\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{3 d}+\frac {2 b^2 B \sin (c+d x)}{5 d \cos ^{\frac {5}{2}}(c+d x)}+\frac {2 b (A b+2 a B) \sin (c+d x)}{3 d \cos ^{\frac {3}{2}}(c+d x)}+\frac {2 \left (10 a A b+5 a^2 B+3 b^2 B\right ) \sin (c+d x)}{5 d \sqrt {\cos (c+d x)}}-\frac {1}{5} \left (10 a A b+5 a^2 B+3 b^2 B\right ) \int \sqrt {\cos (c+d x)} \, dx\\ &=-\frac {2 \left (10 a A b+5 a^2 B+3 b^2 B\right ) E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{5 d}+\frac {2 \left (3 a^2 A+A b^2+2 a b B\right ) F\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{3 d}+\frac {2 b^2 B \sin (c+d x)}{5 d \cos ^{\frac {5}{2}}(c+d x)}+\frac {2 b (A b+2 a B) \sin (c+d x)}{3 d \cos ^{\frac {3}{2}}(c+d x)}+\frac {2 \left (10 a A b+5 a^2 B+3 b^2 B\right ) \sin (c+d x)}{5 d \sqrt {\cos (c+d x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.21, size = 175, normalized size = 1.02 \begin {gather*} \frac {-6 \left (10 a A b+5 a^2 B+3 b^2 B\right ) \cos ^{\frac {3}{2}}(c+d x) E\left (\left .\frac {1}{2} (c+d x)\right |2\right )+10 \left (3 a^2 A+A b^2+2 a b B\right ) \cos ^{\frac {3}{2}}(c+d x) F\left (\left .\frac {1}{2} (c+d x)\right |2\right )+10 A b^2 \sin (c+d x)+20 a b B \sin (c+d x)+30 a A b \sin (2 (c+d x))+15 a^2 B \sin (2 (c+d x))+9 b^2 B \sin (2 (c+d x))+6 b^2 B \tan (c+d x)}{15 d \cos ^{\frac {3}{2}}(c+d x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((a + b*Sec[c + d*x])^2*(A + B*Sec[c + d*x]))/Sqrt[Cos[c + d*x]],x]

[Out]

(-6*(10*a*A*b + 5*a^2*B + 3*b^2*B)*Cos[c + d*x]^(3/2)*EllipticE[(c + d*x)/2, 2] + 10*(3*a^2*A + A*b^2 + 2*a*b*
B)*Cos[c + d*x]^(3/2)*EllipticF[(c + d*x)/2, 2] + 10*A*b^2*Sin[c + d*x] + 20*a*b*B*Sin[c + d*x] + 30*a*A*b*Sin
[2*(c + d*x)] + 15*a^2*B*Sin[2*(c + d*x)] + 9*b^2*B*Sin[2*(c + d*x)] + 6*b^2*B*Tan[c + d*x])/(15*d*Cos[c + d*x
]^(3/2))

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(722\) vs. \(2(208)=416\).
time = 6.58, size = 723, normalized size = 4.20

method result size
default \(-\frac {\sqrt {-\left (-2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+1\right ) \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}\, \left (\frac {2 a^{2} A \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {-2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+1}\, \EllipticF \left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )}{\sqrt {-2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )}}+2 b \left (A b +2 B a \right ) \left (-\frac {\cos \left (\frac {d x}{2}+\frac {c}{2}\right ) \sqrt {-2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )}}{6 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )-\frac {1}{2}\right )^{2}}+\frac {\sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {-2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+1}\, \EllipticF \left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )}{3 \sqrt {-2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )}}\right )+\frac {2 b^{2} B \left (24 \left (\sin ^{6}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) \cos \left (\frac {d x}{2}+\frac {c}{2}\right )-12 \EllipticE \left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right ) \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-24 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) \cos \left (\frac {d x}{2}+\frac {c}{2}\right )+12 \EllipticE \left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right ) \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+8 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) \cos \left (\frac {d x}{2}+\frac {c}{2}\right )-3 \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \EllipticE \left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )\right ) \sqrt {-2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )}}{5 \left (8 \left (\sin ^{6}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-12 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+6 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1\right ) \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}}+\frac {2 a \left (2 A b +B a \right ) \sqrt {-2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )}\, \left (2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) \cos \left (\frac {d x}{2}+\frac {c}{2}\right )-\sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \EllipticE \left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )\right )}{\sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2} \left (2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1\right )}\right )}{\sin \left (\frac {d x}{2}+\frac {c}{2}\right ) \sqrt {2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, d}\) \(723\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sec(d*x+c))^2*(A+B*sec(d*x+c))/cos(d*x+c)^(1/2),x,method=_RETURNVERBOSE)

[Out]

-(-(-2*cos(1/2*d*x+1/2*c)^2+1)*sin(1/2*d*x+1/2*c)^2)^(1/2)*(2*a^2*A*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(-2*cos(1/2*d
*x+1/2*c)^2+1)^(1/2)/(-2*sin(1/2*d*x+1/2*c)^4+sin(1/2*d*x+1/2*c)^2)^(1/2)*EllipticF(cos(1/2*d*x+1/2*c),2^(1/2)
)+2*b*(A*b+2*B*a)*(-1/6*cos(1/2*d*x+1/2*c)*(-2*sin(1/2*d*x+1/2*c)^4+sin(1/2*d*x+1/2*c)^2)^(1/2)/(cos(1/2*d*x+1
/2*c)^2-1/2)^2+1/3*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(-2*cos(1/2*d*x+1/2*c)^2+1)^(1/2)/(-2*sin(1/2*d*x+1/2*c)^4+sin
(1/2*d*x+1/2*c)^2)^(1/2)*EllipticF(cos(1/2*d*x+1/2*c),2^(1/2)))+2/5*b^2*B/(8*sin(1/2*d*x+1/2*c)^6-12*sin(1/2*d
*x+1/2*c)^4+6*sin(1/2*d*x+1/2*c)^2-1)/sin(1/2*d*x+1/2*c)^2*(24*sin(1/2*d*x+1/2*c)^6*cos(1/2*d*x+1/2*c)-12*Elli
pticE(cos(1/2*d*x+1/2*c),2^(1/2))*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*sin(1/2*d*x+1/
2*c)^4-24*sin(1/2*d*x+1/2*c)^4*cos(1/2*d*x+1/2*c)+12*EllipticE(cos(1/2*d*x+1/2*c),2^(1/2))*(sin(1/2*d*x+1/2*c)
^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*sin(1/2*d*x+1/2*c)^2+8*sin(1/2*d*x+1/2*c)^2*cos(1/2*d*x+1/2*c)-3*(2
*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*(sin(1/2*d*x+1/2*c)^2)^(1/2)*EllipticE(cos(1/2*d*x+1/2*c),2^(1/2)))*(-2*sin(1/2
*d*x+1/2*c)^4+sin(1/2*d*x+1/2*c)^2)^(1/2)+2*a*(2*A*b+B*a)/sin(1/2*d*x+1/2*c)^2/(2*sin(1/2*d*x+1/2*c)^2-1)*(-2*
sin(1/2*d*x+1/2*c)^4+sin(1/2*d*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2*cos(1/2*d*x+1/2*c)-(2*sin(1/2*d*x+1/2
*c)^2-1)^(1/2)*(sin(1/2*d*x+1/2*c)^2)^(1/2)*EllipticE(cos(1/2*d*x+1/2*c),2^(1/2))))/sin(1/2*d*x+1/2*c)/(2*cos(
1/2*d*x+1/2*c)^2-1)^(1/2)/d

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))^2*(A+B*sec(d*x+c))/cos(d*x+c)^(1/2),x, algorithm="maxima")

[Out]

integrate((B*sec(d*x + c) + A)*(b*sec(d*x + c) + a)^2/sqrt(cos(d*x + c)), x)

________________________________________________________________________________________

Fricas [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.63, size = 286, normalized size = 1.66 \begin {gather*} -\frac {5 \, \sqrt {2} {\left (3 i \, A a^{2} + 2 i \, B a b + i \, A b^{2}\right )} \cos \left (d x + c\right )^{3} {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right ) + 5 \, \sqrt {2} {\left (-3 i \, A a^{2} - 2 i \, B a b - i \, A b^{2}\right )} \cos \left (d x + c\right )^{3} {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right ) + 3 \, \sqrt {2} {\left (5 i \, B a^{2} + 10 i \, A a b + 3 i \, B b^{2}\right )} \cos \left (d x + c\right )^{3} {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right )\right ) + 3 \, \sqrt {2} {\left (-5 i \, B a^{2} - 10 i \, A a b - 3 i \, B b^{2}\right )} \cos \left (d x + c\right )^{3} {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right )\right ) - 2 \, {\left (3 \, B b^{2} + 3 \, {\left (5 \, B a^{2} + 10 \, A a b + 3 \, B b^{2}\right )} \cos \left (d x + c\right )^{2} + 5 \, {\left (2 \, B a b + A b^{2}\right )} \cos \left (d x + c\right )\right )} \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right )}{15 \, d \cos \left (d x + c\right )^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))^2*(A+B*sec(d*x+c))/cos(d*x+c)^(1/2),x, algorithm="fricas")

[Out]

-1/15*(5*sqrt(2)*(3*I*A*a^2 + 2*I*B*a*b + I*A*b^2)*cos(d*x + c)^3*weierstrassPInverse(-4, 0, cos(d*x + c) + I*
sin(d*x + c)) + 5*sqrt(2)*(-3*I*A*a^2 - 2*I*B*a*b - I*A*b^2)*cos(d*x + c)^3*weierstrassPInverse(-4, 0, cos(d*x
 + c) - I*sin(d*x + c)) + 3*sqrt(2)*(5*I*B*a^2 + 10*I*A*a*b + 3*I*B*b^2)*cos(d*x + c)^3*weierstrassZeta(-4, 0,
 weierstrassPInverse(-4, 0, cos(d*x + c) + I*sin(d*x + c))) + 3*sqrt(2)*(-5*I*B*a^2 - 10*I*A*a*b - 3*I*B*b^2)*
cos(d*x + c)^3*weierstrassZeta(-4, 0, weierstrassPInverse(-4, 0, cos(d*x + c) - I*sin(d*x + c))) - 2*(3*B*b^2
+ 3*(5*B*a^2 + 10*A*a*b + 3*B*b^2)*cos(d*x + c)^2 + 5*(2*B*a*b + A*b^2)*cos(d*x + c))*sqrt(cos(d*x + c))*sin(d
*x + c))/(d*cos(d*x + c)^3)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (A + B \sec {\left (c + d x \right )}\right ) \left (a + b \sec {\left (c + d x \right )}\right )^{2}}{\sqrt {\cos {\left (c + d x \right )}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))**2*(A+B*sec(d*x+c))/cos(d*x+c)**(1/2),x)

[Out]

Integral((A + B*sec(c + d*x))*(a + b*sec(c + d*x))**2/sqrt(cos(c + d*x)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))^2*(A+B*sec(d*x+c))/cos(d*x+c)^(1/2),x, algorithm="giac")

[Out]

integrate((B*sec(d*x + c) + A)*(b*sec(d*x + c) + a)^2/sqrt(cos(d*x + c)), x)

________________________________________________________________________________________

Mupad [B]
time = 4.64, size = 227, normalized size = 1.32 \begin {gather*} \frac {6\,B\,b^2\,\sin \left (c+d\,x\right )\,{{}}_2{\mathrm {F}}_1\left (-\frac {5}{4},\frac {1}{2};\ -\frac {1}{4};\ {\cos \left (c+d\,x\right )}^2\right )+30\,B\,a^2\,{\cos \left (c+d\,x\right )}^2\,\sin \left (c+d\,x\right )\,{{}}_2{\mathrm {F}}_1\left (-\frac {1}{4},\frac {1}{2};\ \frac {3}{4};\ {\cos \left (c+d\,x\right )}^2\right )+20\,B\,a\,b\,\cos \left (c+d\,x\right )\,\sin \left (c+d\,x\right )\,{{}}_2{\mathrm {F}}_1\left (-\frac {3}{4},\frac {1}{2};\ \frac {1}{4};\ {\cos \left (c+d\,x\right )}^2\right )}{15\,d\,{\cos \left (c+d\,x\right )}^{5/2}\,\sqrt {1-{\cos \left (c+d\,x\right )}^2}}+\frac {2\,A\,a^2\,\mathrm {F}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )}{d}+\frac {2\,A\,b^2\,\sin \left (c+d\,x\right )\,{{}}_2{\mathrm {F}}_1\left (-\frac {3}{4},\frac {1}{2};\ \frac {1}{4};\ {\cos \left (c+d\,x\right )}^2\right )}{3\,d\,{\cos \left (c+d\,x\right )}^{3/2}\,\sqrt {{\sin \left (c+d\,x\right )}^2}}+\frac {4\,A\,a\,b\,\sin \left (c+d\,x\right )\,{{}}_2{\mathrm {F}}_1\left (-\frac {1}{4},\frac {1}{2};\ \frac {3}{4};\ {\cos \left (c+d\,x\right )}^2\right )}{d\,\sqrt {\cos \left (c+d\,x\right )}\,\sqrt {{\sin \left (c+d\,x\right )}^2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((A + B/cos(c + d*x))*(a + b/cos(c + d*x))^2)/cos(c + d*x)^(1/2),x)

[Out]

(6*B*b^2*sin(c + d*x)*hypergeom([-5/4, 1/2], -1/4, cos(c + d*x)^2) + 30*B*a^2*cos(c + d*x)^2*sin(c + d*x)*hype
rgeom([-1/4, 1/2], 3/4, cos(c + d*x)^2) + 20*B*a*b*cos(c + d*x)*sin(c + d*x)*hypergeom([-3/4, 1/2], 1/4, cos(c
 + d*x)^2))/(15*d*cos(c + d*x)^(5/2)*(1 - cos(c + d*x)^2)^(1/2)) + (2*A*a^2*ellipticF(c/2 + (d*x)/2, 2))/d + (
2*A*b^2*sin(c + d*x)*hypergeom([-3/4, 1/2], 1/4, cos(c + d*x)^2))/(3*d*cos(c + d*x)^(3/2)*(sin(c + d*x)^2)^(1/
2)) + (4*A*a*b*sin(c + d*x)*hypergeom([-1/4, 1/2], 3/4, cos(c + d*x)^2))/(d*cos(c + d*x)^(1/2)*(sin(c + d*x)^2
)^(1/2))

________________________________________________________________________________________